@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Source+Sans+Pro");
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@font-face {
    font-family: 'DBUAthleticsFont';
    src: url("fonts/DBUAthleticsFont.eot?#iefix") format("embedded-opentype"), url("fonts/DBUAthleticsFont.otf") format("opentype"), url("fonts/DBUAthleticsFont.woff") format("woff"), url("fonts/DBUAthleticsFont.ttf") format("truetype"), url("fonts/DBUAthleticsFont.svg#DBUAthleticsFont") format("svg");
    font-weight: normal;
    font-style: normal
}
.scroll_to_top {
    position: fixed;
    bottom: 8px;
    right: 15px;
    font-size: 52px;
    line-height: 49px;
    opacity: 0;
    z-index: 99999999
}
.scroll_to_top:hover {
    cursor: pointer
}
.dot_matrix {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC");
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200
}
.mobile_only_hero {
    display: none
}
.top-bar-scrolled-styles {
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 999999;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.title-bar {
    padding: .5rem;
    background: #000e27;
    color: #FFF;
    position: fixed;
    width: 100%;
    z-index: 999999 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1.5px 20px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1.5px 20px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1.5px 20px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0 1.5px 20px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 1.5px 20px 0px
}
.title-bar .title-bar-title {
    padding-left: 8px;
    font-family: "DBUAthleticsFont";
    line-height: 24px
}
.title-bar button {
    float: right;
    margin: 4px
}
.top-bar,
.top-bar ul {
    background: transparent;
    padding: 0 !important;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.top-bar .menu,
.top-bar ul .menu {
    z-index: 500;
    position: fixed
}
.hero {
    background: url("../images/main_story_image.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    font-family: "Montserrat", sans-serif
}
.hero ul {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px auto;
    font-size: 16px;
    width: 466px;
    text-transform: uppercase
}
.hero ul li>a {
    color: #FFF !important;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.hero ul li>a:hover {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
    opacity: .5
}
.hero i {
    color: #fff;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 43px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.hero i:hover {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
    opacity: .5;
    cursor: pointer
}
.hero .intro {
    padding: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1000
}
.hero h1 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-align: center
}
.hero p {
    color: #fff;
    line-height: 1.75em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 2rem
}
@media only screen and (min-width: 40.063em) {
    .hero h1 {
        padding-top: 4.5rem;
        text-align: right;
        font-size: 2.5rem
    }
    .hero p {
        text-align: right
    }
}
.slides .slide {
    position: relative
}
.slides .slide h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 25px auto
}
.slides .slide p {
    font-size: 17px;
    font-family: "Source Sans Pro", sans-serif
}
.slides .slide a {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 155px;
    height: 60px;
    border: 3px solid #a70d19;
    color: #a70d19;
    top: 350px;
    line-height: 56px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    z-index: 999 !important;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.slides .slide a:hover {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
    opacity: .60
}
.slides .slide hr {
    width: 1050px;
    position: absolute;
    top: 428px;
    left: -21px;
    right: 0;
    opacity: .65
}
.slides .slide-two {
    top: 180px
}
.slides .slide-two a {
    top: 570px
}
.slides .slide-two hr {
    top: 650px
}
.slides .slide-three {
    top: 346px
}
.slides .slide-three a {
    width: 205px;
    top: 570px
}
.slides .slide-three hr {
    top: 650px
}
.slides .slide-four {
    top: 518px
}
.slides .slide-four a {
    width: 255px;
    top: 570px
}
.slides .slide-four hr {
    top: 650px
}
.slides .slide-five {
    top: 345px
}
.slides .slide-five a {
    width: 265px;
    top: 570px
}
.slides .slide-five hr {
    top: 650px
}
.slides .slide-six {
    top: 850px
}
.slides .slide-six a {
    top: 570px
}
.slides .slide-six hr {
    top: 650px
}
.slides .flip {
    padding-left: 0;
    padding-right: 2rem
}
.footer {
    top: 950px;
    position: relative;
    right: 10px;
    margin-bottom: 70px
}
.footer img {
    margin: 0 auto;
    display: block
}
.text-footer {
    background: #000e27;
    position: relative;
    top: 1010px;
    color: #FFF;
    padding: 25px 0 50px 0
}
.text-footer .one,
.text-footer .two,
.text-footer .three {
    margin: 0;
    font-size: 17px;
    line-height: 21px
}
.text-footer .three {
    color: #a70d19
}
.text-footer a {
    color: #a70d19;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear
}
.text-footer a:hover {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
    opacity: .5
}
.text-footer .two,
.text-footer .three {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 18px
}
.text-footer .one {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif
}
@media screen and (max-width: 641px) {
    .mobile_only_hero h1 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 130px !important;
        font-family: "DBUAthleticsFont"
    }
}
@media screen and (max-width: 1023px) {
    .dot_matrix {
        height: 45vh
    }
    .top-bar,
    .top-bar ul {
        background: #000e27 !important;
        color: #FFF !important;
        z-index: 99999 !important
    }
    .intro {
        padding: 3rem;
        position: absolute;
        top: 22.5vh !important;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 1000
    }
    .hero {
        background-position: center 0
    }
    .non_mobile_hero {
        display: none
    }
    .mobile_only_hero {
        display: block;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0
    }
    .mobile_only_hero img {
        width: 200px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        position: absolute
    }
    .mobile_only_hero h1 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 50px;
        font-family: "DBUAthleticsFont"
    }
    #navigation_menu {
        top: 26px;
        position: fixed
    }
    #navigation_menu ul {
        width: 100% !important
    }
    #navigation_menu ul>li {
        display: block;
        color: #FFF
    }
    #navigation_menu ul>li>a {
        color: #FFF !important
    }
    .slide-two .large-11,
    .slide-four .large-11,
    .slide-six .large-11 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column
    }
    .slide-two .large-11 .large-7,
    .slide-four .large-11 .large-7,
    .slide-six .large-11 .large-7 {
        order: 3
    }
    .hero {
        height: 45vh
    }
    .slide-two,
    .slide-three,
    .slide-four,
    .slide-five,
    .slide-six {
        top: 0 !important
    }
    .slides {
        margin-top: 30px
    }
    .footer {
        top: 30px !important
    }
    .footer img {
        margin-bottom: 70px !important
    }
    .text-footer {
        top: 0 !important
    }
    .slide {
        text-align: center
    }
    .slide h1 {
        text-align: center
    }
    .slide img {
        width: 100%;
        padding: 25px
    }
    .slide p {
        padding: 25px;
        width: 100%;
        padding-top: 0;
        text-align: left
    }
    .slide a {
        position: relative !important;
        top: 0 !important;
        width: 155px;
        height: 60px;
        border: 3px solid #a70d19;
        color: #a70d19;
        top: 350px;
        line-height: 56px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 21px;
        -webkit-transition: 200ms linear;
        -moz-transition: 200ms linear;
        -o-transition: 200ms linear;
        -ms-transition: 200ms linear;
        transition: 200ms linear;
        margin: 0 auto;
        text-align: center;
        padding: 13px 19px;
        z-index: 999 !important
    }
    .slide hr {
        position: relative !important;
        top: 0 !important;
        width: 90% !important;
        margin: 50px auto !important;
        left: 0px !important;
        right: 0 !important
    }
}

@media screen and (min-width: 1024px) {
    .title-bar { display: none !important; }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
.cf:after,
.slick-dots:after {
    content: "";
    display: table;
    clear: both
}
*,
*:before,
*:after {
    box-sizing: border-box
}
.container {
    position: relative
}
.slick-slide .img--holder {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
@-moz-document url-prefix() {
    .scroll_to_slides {
        top: 375px
    }
}